From 3b3a9c57767754f0a6daf9fb9d1e9f23c714acba Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 May 2011 08:57:49 -0700 Subject: [PATCH] Add Bug#. --- src/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e907565f3e1..fea9a38d608 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,7 +3,7 @@ * gnutls.c: Use Emacs's memory allocators. Without this change, the gnutls library would invoke malloc etc. directly, which causes problems on non-SYNC_INPUT hosts, and which - runs afoul of improving memory_full behavior. + runs afoul of improving memory_full behavior. (Bug#8761) (fn_gnutls_global_set_mem_functions): New macro or function pointer. (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc, xfree instead of the default malloc, realloc, free. -- 2.30.2